-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: Push down slice with non-zero offset to Parquet #17972
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17972 +/- ##
==========================================
+ Coverage 80.39% 80.48% +0.08%
==========================================
Files 1494 1496 +2
Lines 196480 196647 +167
Branches 2817 2817
==========================================
+ Hits 157957 158266 +309
+ Misses 38003 37860 -143
- Partials 520 521 +1 ☔ View full report in Codecov by Sentry. |
I think this should probably also make use of the |
@nameexhaustion Sorry, I didn't catch this in the python IR, technically this should have bumped the |
Closes #17905
Scanning the example parquet file from #17905 (comment):
Release 1.3.0:
This branch (on a debug build):